Skip to main content

array

Type

keyword

Summary

Used with the 'is a' and 'is not a' operators to check whether a value is an array.

Syntax

array

Description

Use the array keyword to find out whether a value is an array.

Examples

put "apple" into tArray[1]
put "carrot" into tArray[1]
put tArray is an array -- Evaluates to true

operator: is a, is not a

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?